
body{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
input{
    outline: none;
}
a{
    text-decoration: none !important;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
ul{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
button{
    outline: none;
}
.clear{
    clear: both;
}
.oInputc{
    display: none;
}


/* 设置滚动条的样式 */
.scrollbar::-webkit-scrollbar {
    width:5px;
}
/* 滚动槽 */
.scrollbar::-webkit-scrollbar-track {
-webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
border-radius:10px;
}
/* 滚动条滑块 */
.scrollbar::-webkit-scrollbar-thumb {
border-radius:10px;
background:rgba(0,0,0,0.4);
-webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}
/* 内容样式 */
.w1280{
    min-width: 1280px;
}
.htmlcon{
    width: 1280px;
    min-width: 1280px;
    margin: auto;
}
@font-face {
	font-family:"HelveticaNeueLTPro";
	src: url('../fonts/HELVETICANEUELTPRO-THEX.OTF');
}
@font-face {
	font-family:"HelveticaNeueLTProHv";
	src: url('../fonts/HelveticaNeueLTPro-Hv.otf');
}
@font-face {
	font-family:"HelveticaLT33";
	src: url('../fonts/Helvetica LT 33 Thin Extended.ttf');
}
@font-face {
	font-family:"HelveticaLT43";
	src: url('../fonts/Helvetica LT 43 Light Extended.ttf');
}
@font-face {
	font-family:"HelveticaLT85";
	src: url('../fonts/Helvetica LT 85 Heavy.ttf');
}
/* @font-face {
    font-family: "Microsoft YaHei";
	src: url('../fonts/MICROSOFT-YAHEI-SEMIBOLD.TTC');
} */
@font-face {
    font-family: "MicrosoftYaHeiSemibold";
	src: url('../fonts/MicrosoftYaHei-01.ttf');
}

/* 分页 */
.page{
    margin: 30px 0 40px 0;
    text-align: center;
}
.page a{
    padding: 0 18px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    margin: 0 5px;
    display: inline-block;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #999999;
}
.page .pageactive{
    color: #fff;
    background: #0061AE;
    display: inline-block;
    padding: 0 18px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border: 1px solid #0061AE;
    margin: 0 5px;
    display: inline-block;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
}

/* 顶部banner样式 */

.bgcnav{
    width: 100%;
    height: 300px;
    background: url(../images/backgroundnav1.png) center no-repeat;
    position: relative;
    display: block;
  }
  .bgcnav>div{
    width: 1280px;
    min-width: 1280px;
    margin: auto;
  }
  .bgcnav>div .bgcnavt1{
    font-size: 24px;
    font-family: MicrosoftYaHeiSemibold;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 26px;
    padding-top: 80px !important;
  }
  .bgcnav>div .bgcnavt2{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 28px;
    margin-top: 12px;
  }
  .bgcnav>div .bgcnavt3{
    width: 32px;
    height: 2px;
    background: #0061AE;
    margin-top: 27px;
  }
  .bgcnav>div .bgcnavt4{
    width: 105px;
    height: 26px;
    margin-top: 24px;
  }
  .bgcnav>div .bgcnavt4 img{
    width: 100%;
    height: 100%;
    display: block;
  }
  .bgcnav>div .bgcnavt5{
    font-size: 16px;
    font-family: HelveticaNeueLTPro;
    font-weight: normal;
    color: #4D4D4D;
    line-height: 28px;
  }
  .bgcnav>div .bgcnavt6{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 24px;
  }
  .bgcnav>div .bgcnavt7{
    width: 32px;
    height: 3px;
    background: #4D4D4D;
    margin: 29px 0 24px 0;
  }

  /* 内容分页样式 */
  .enterprisenav{
    display: flex;
    justify-content: space-between;
    margin: 40px 0 50px 0;
  }
  .enterprisenav>div:nth-child(1) a{
    display: inline-block;
    padding: 0 20px;
    height: 32px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #737373;
    line-height: 32px;
    text-align: center;
  }
  .enterprisenav>div:nth-child(1) a:hover{
    background: #0061AE;
    color: #fff;
    transition: all .6s;
  }
  .enterprisenav>div:nth-child(1) .aact{
    background: #0061AE;
    color: #fff;
  }
  .enterprisenav>div:nth-child(1) text{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #737373;
    cursor: pointer;
    position: relative;
    padding: 0 20px;
  }
  .enterprisenav>div:nth-child(1) text>div{
    /* background: #333333; */
    position: absolute;
    top: 32px;
    left: 50%;
    margin-left: -90px;
    width: 180px;
    height: auto;
    z-index: 3;
    text-align: center;
    border-radius: 5px;
    display: none;
    background: #333333;

  }
  .enterprisenav>div:nth-child(1) text>div:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #333333;
    left: 50%;
    margin-left: -8px;
    top: -14px;
}
  .enterprisenav>div:nth-child(1) text div a{
    height: auto;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
  }
  .enterprisenav>div:nth-child(1) text:hover div{
    display: block;
  }
  .enterprisenav .allcodea{
      display: flex;
      align-items: center;
      flex-wrap: wrap;
  }
    .enterprisenav .allcodea span{
        position: relative;
    }   
    .enterprisenav .allcodea span div{
        position: absolute;
        top: 28px;
        left: 0;
        width: auto;
        background: #333333;
        display: none;
        z-index: 5;
    }
    .enterprisenav .allcodea span div a{
        display: block !important;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
        line-height: 50px;
        height: 50px;
        padding: 0 10px;
    }
    .enterprisenav .allcodea span:hover div{
        display: block !important;
    }

 


  /* 面包屑样式 */
  .allcode{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 32px;
  }
  .allcode a{
    color: #999999;
  }
  .allcode i{
    width: 3px;
    height: 5px;
    background: url(../images/shirightjian.png) center no-repeat;
    background-size: cover;
    display: inline-block;
    margin: 0 6px;
    vertical-align: middle;
  }
  .allcode .homeicon{
    width: 10px;
    height: 10px;
    display: inline-block;
  }
  .allcode a:hover{
      color: #0061AE;
  }




/* 头部样式 */
header{
    width: 100%;
    position: relative;
    z-index: 10000;
    background-color: #fff;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
}
.headerfixed{
    position: fixed !important;
    top: 0;
    left: 0;
}
header>div{
    display: flex;
    justify-content: space-between;
}
header .nav{
    height: 74px;
}
header .logo{
    width: 124px;
    height: 30px;
    margin: 22px 0 0 30px;
}
header .logo img{
    width: 100%;
    height: 100%;
    display: block;
}
header .navcon{
    width: 1280px;
    min-width: 1280px;
    height: 100%;
    line-height: 74px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
header .navcon ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
header .navcon ul li{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    padding: 0 18px;
    cursor: pointer;
}
header .navcon ul li.online_store {
    margin: 0 5px;
    width: 80px;
    height: 40px;
    background: #0061ae;
    border-radius: 20px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .navcon ul li.online_store .text {
    width: 58px;
    height: 16px;
    background: url(../images/online_text.png) no-repeat center / 100% 100%;
}
header .navcon ul li.online_store .icon {
    width: 18px;
    height: 18px;
    background: url(../images/icon_b.png) no-repeat center / 100% 100%;
    margin-right: 5px;
}
/*header .navcon ul li.online_store:hover {*/
/*    background: #c10208;*/
/*}*/
header .navcon ul li.online_store:hover header .navcon ul li.online_store .icon {
    background: url(../images/icon_l.png) no-repeat center / 100% 100%;
}
header .navcon ul li>a{
    color: #666666;
}
header .navcon ul li i{
    display: inline-block;
    width: 9px;
    height: 5px;
    background: url(../images/jiantou.png) center no-repeat;
    background-size: cover;
    margin-left: 10px;
    vertical-align: middle;
}
header .navcon ul li .redbgc{
    display: block;
}
#hlacon_img{
    width: 338px;
    height: 170px;
}
header .navcon ul li .redbgc img{

    height: 16px;
    vertical-align: middle;
}
header .navcon ul li .pbgc{
    display: none;
}
header .navcon ul li .pbgc img{
    height: 16px;
    vertical-align: middle;
}
header .navcon ul li:hover{
    background: #0061AE;
    color: #fff;
    transition: all .6s;
}   
header .navcon ul li:hover>a{
    color: #fff;
}
header .navcon ul li:hover i{
    background: url(../images/jiantoubai.png) center no-repeat;
    background-size: cover;
}
header .navcon ul li:hover .redbgc{
    display: none;
}   
header .navcon ul li:hover .pbgc{
    background: #0061AE;
    color: #fff;
    display: block;
}
header .navcon .btndiv{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    display: flex;
}
header .navcon .btndiv a{
    color: #666666;
}
header .navcon .btndiv .loginspanbtn{
    position: relative;
    height: 100%;
    display: block;
    cursor: pointer;
}
header .navcon .btndiv .loginspanbtn i{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/meicon.png) center no-repeat;
    background-size: cover;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -5px;
}

header .navcon .btndiv .loginsucceed{
    position: relative;
    height: 100%;
    display: flex;
    cursor: pointer;
    align-items: center;
    display: none;
}
header .navcon .btndiv .loginsucceed i{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/meicon.png) center no-repeat;
    background-size: cover;
    margin-right: 8px;
    vertical-align: middle;
}
header .navcon .btndiv .loginsucceed text{
    width: 60px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
header .navcon .btndiv .loginsucceed div{
    position: absolute;
    top: 74px;
    left: 0;
    background: rgb(0,0,0,0.5);
    padding: 5px 10px;
    color: #fff;
    width: 100%;
    text-align: center;
    display: none;
}
header .navcon .btndiv .loginsucceed div p{
    height: 30px;
    line-height: 30px;
}
header .navcon .btndiv .loginsucceed div p a{
    color: #fff;
}
header .navcon .btndiv .loginsucceed:hover div{
    display: block;
}


header .navcon .btndiv .language i{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/lang.png) center no-repeat;
    background-size: cover;
    margin-left: 30px;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -5px;
}
header .navcon .btndiv .language{
    position: relative;
    height: 100%;
    display: block;
    cursor: pointer;
}
header .navcon .btndiv .language .languagebtn{
    position: absolute;
    right: 0;
    width: 142px;
    height: 56px;
    background: rgba(0,0,0,0.45);
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-around;
    display: none;
    cursor: pointer;
}
header .navcon .btndiv .language:hover .languagebtn{
    display: flex;
}
header .navcon .btndiv .language a{
    color: #FFFFFF;
}
header .navfun{
    height: 100%;
    align-items: center;
    display:flex;
}
header .navfun .sousuo{
    width: 200px;
    height: 40px;
    background: transparent;
    display:flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    margin-right: 10px;
}
header .navfun .sousuo img{
    width: 20px;
    height: 22px;
    display: block;
}
 header .navfun .sousuo input{
    width: 150px;
    height: 28px;
    border: 0;
}
header .navfun .navbtn{
    display: none;
}

header .ishla{
    width: 100%;
    background: #F7F9FA;
    display: none;
    position: fixed;
    top: 74px;
    left: 0;
    z-index: 10000;
}
header .ishla>div{
    width: 1280px;
    height: auto;
    margin: 0 auto;
    padding: 25px 0 15px 0;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
header .ishla .divflex{
    display: flex;
}
header .ishla>div>div:nth-child(1){
    width: 672px;
}
header .ishla .h1{
    font-size: 24px;
    font-family: MicrosoftYaHeiSemibold;
    font-weight: 400;
    color: #333333;
    line-height: 48px;
}
header .ishla .hlacon{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    margin: 8px 0 10px 0;
}
header .ishla .hlaa{
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    flex-wrap:wrap;
    /* height: 108px; */
    justify-content: space-between;
    align-content: flex-start;
}
header .ishla .hlaa::after{
    content: '';
    flex: auto;
}
header .ishla .hlaa a{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    flex: 0 0 25%;
}
header .ishla .hlaa a text:hover{
    font-weight: 400;
    color: #0061AE;
}
header .ishla .hlaa1{
    height: auto;
}
header .ishla .hlaa2{
    height: auto;
}
header .navcon ul li:hover .ishla{
    display: block;
}

header .navsearch{
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 74px;
    background: #0061AE;
    display: none;
}
header .navsearch>div:nth-child(1){
    width: 80%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .navsearch>div:nth-child(1) .close-navsearch{
    width: 20px;
    height: 20px;
    display: block;
}
header .navsearch>div:nth-child(1) input{
    display: block;
    padding: 0 20px;
    border: 0;
    border-left: 1px solid #fff;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    width: 50%;
    background: transparent;
}
header .navsearch>div:nth-child(1) input::-webkit-input-placeholder{
    color: #fff;
}
header .navsearch>div:nth-child(1) .gosearch{
    display: block;
    width: 23px;
    height: 24px;
}
header .navsearch>div:nth-child(2){
    margin: auto;
    width: 100%;
    background: #fff;
    display: none;
    position: absolute;
    left:0;
    top: 74px;
}
header .navsearch>div:nth-child(2) a{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #BFBFBF;
    line-height: 42px;
    padding: 0 24px;
}
header .navsearch>div:nth-child(2) p{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 42px;
    padding: 0 24px;
}
header .navsearch>div:nth-child(2) p:hover{
    background: #EDEDED;
}

/* 底部样式 */
footer{
    width: 100%;
    height: auto;
    background: #2d3845;
    padding: 70px 0 30px 0;
    position: relative;
}
footer .footer{
    width: 1280px;
    margin: 0 auto;
}   
footer .footer .topcon{
    display: flex;
    justify-content: space-between;
}
footer .footer .topcon>div:nth-child(1){
    display: flex;
    justify-content: space-between;
    width: 730px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
}
footer .footer .topcon>div:nth-child(1)>div .ftitle{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color:#666;
    line-height: 24px;
    margin-bottom: 24px;
}
footer .footer .topcon>div:nth-child(1)>div .ftitle a{
    color:#6A7480;
}
footer .footer .topcon>div:nth-child(1) a{
    color: #97A6B6;
}
footer .footer .topcon>div:nth-child(1) a:hover{
    font-weight: 400;
    color: #0061AE !important;
}
footer .footer .topcon>div:nth-child(2){
    width: 392px;
}
footer .footer .topcon>div:nth-child(2) .ftitle{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6A7480;
    line-height: 24px;
    margin-bottom: 24px;
}
footer .footer .topcon>div:nth-child(2) .ftitle a{
    font-weight: 400;
    color: #666666;
}
footer .footer .topcon>div:nth-child(2) .ftitle:hover a{
    font-weight: 400;
    color: #0061AE !important;
}
footer .footer .topcon>div:nth-child(2) .footererweima{
   
}

footer .footer .topcon>div:nth-child(2) .footererweima>div{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 35px;
    position: relative;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    flex-wrap: wrap;
}
footer .footer .topcon>div:nth-child(2) .footererweima>div:after{
	content: "";
	width: auto;
}
footer .footer .topcon>div:nth-child(2) .footererweima>div>div{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6A7480;
    line-height: 35px;
    position: relative;
    flex: 0 0 30%;
}
footer .footer .topcon>div:nth-child(2) .fweixin{
    display: inline-block;
    width: 20px;
    height: 16px;
    background: url(../images/weixinh.png) center no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-right: 8px;
}
footer .footer .topcon>div:nth-child(2) .fdouyin{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/douyinh.png) center no-repeat;
    /* background-size: cover; */
    background-position: 3px -1px;
    vertical-align: middle;
    padding-right: 8px;
}
footer .footer .topcon>div:nth-child(2) .footererweima .fuma{
    width: 100px;
    height: 100px;
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -50px;
    display: none;
    z-index: 2;
}
footer .footer .topcon>div:nth-child(2) .footererweima .fumadou{
    width: 100px;
    height: 100px;
    top: -70px;
}
footer .footer .topcon>div:nth-child(2) .footererweima .fuma img{
    width: 100%;
    height: 100%;
}
footer .footer .topcon>div:nth-child(2) .footererweima>div>div:hover .fuma{
    display: block;
}
footer .footer .topcon>div:nth-child(2) .footerxian{
    width: 100%;
    height: 1px;
    background: #354252;
    margin: 30px 0;
}
footer .footer .topcon>div:nth-child(2) .fphone{
    font-size: 24px;
    font-family: HelveticaNeueLTPro;
    font-weight: normal;
    color: #6A7480;
    line-height: 24px;
    margin-bottom: 26px;
}
footer .footer .topcon>div:nth-child(2) .fphone i{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/phoneicon2.png) center no-repeat;
    background-size: cover;
    margin-right: 12px;
    vertical-align: middle;
    margin-top: -2px;
}
footer .footer .topcon>div:nth-child(2) .fdizhi{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6A7480;
    line-height: 24px;
    margin-bottom:33px;
}
footer .footer .topcon>div:nth-child(2) .fdizhi p{
    line-height: 22px;
}
footer .footer .topcon>div:nth-child(2) .footerlogo{
    height: 18px;
    width: 260px;
}

footer .footer .btm{
    margin-top: 47px;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6A7480;
    line-height: 25px;
    align-items: center;
}
footer .footer .btm a{
    /*color: #6A7480;*/
    color: #c5c5d4;
}
footer .footer .btm a:hover{
    color: #f2f6fc;
}
footer .footer .btm .fmore{
    width: 392px;
    display: flex;
}
footer .footer .btm .fmore .weibo{
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/weibo.png) center no-repeat;
    background-size: cover;
    margin-right: 10px;
}
footer .footer .btm .fmore .weixin{
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/weixin.png) center no-repeat;
    background-size: cover;
    margin-right: 10px;
}
footer .footer .btm .fmore .qq{
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/qq.png) center no-repeat;
    background-size: cover;
    margin-right: 10px;
}
footer .footer .btm .fmore .kongjian{
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/kongjian.png) center no-repeat;
    background-size: cover;
    margin-right: 10px;
}

/* 右边咨询框 */
.rightfun{
    position: fixed;
    right: 0;
    bottom: 360px;
    z-index: 100;
    border-bottom: 1px solid #E6E6E6;
}
.rightfun div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    position: relative;
    border-bottom: 0;
}
.rightfun div:hover{
    background: #0061AE;
    border: 1px solid #0061AE;
}
/* .rightfun div:hover{
    border: 1px solid #0061AE;
    /* background-color: #0061AE; 
} */
.rightfun .zixunqq .hzixunqq{
    position: absolute;
    top: -2px;
    left:-104px;
    width: auto;
    height: auto;
    display: block;
    background: transparent;
    border: 0;
    display: none;
}
.rightfun .zixunqq .hzixunqq a{
    padding: 10px 15px;
    display: block;
    background-color: #0061AE;
    color: #fff;
    margin: 1px;
    cursor:pointer;
}
.rightfun .zixunqq:hover .hzixunqq{
    display: block;
}

.rightfun .zixunphone .hzixunphone{
    position: absolute;
    top: -2px;
    left:-262px;
    width: auto;
    height: auto;
    display: block;
    background: transparent;
    border: 0;
    display: none;
}
.rightfun .zixunphone .hzixunphone p{
    padding: 10px 15px;
    display: block;
    background-color: #0061AE;
    color: #fff;
    margin: 1px;
}
.rightfun .zixunphone:hover .hzixunphone{
    display: block;
}
.rightfun .zixunerweima .lefterweima{
    position: absolute;
    left: -102px;
    bottom: -1px;
    z-index: 10;
    width: auto;
    height: auto;
    display: none;
    background: #fff;
}
.rightfun .zixunerweima .lefterweima img{
    width: 100px;
    height: 100px;
    border: 5px solid #fff;
    box-sizing: border-box;
    display: block;
}
.rightfun .zixunerweima .lefterweima p{
    font-size: 14px;
    text-align: center;
    height: 20px;
    line-height: 20px;
}
.rightfun .zixunerweima:hover .lefterweima{
    display: block;
}
.rightfun .zixunqqimg{
    display: block;
    width:20px;
    height: 20px;
    background: url(../images/zixunqq.png) center no-repeat;
    background-size: 100% 100%;
}
.rightfun .zixunphoneimg{
    display: block;
    width:20px;
    height: 20px;
    background: url(../images/zixunphone.png) center no-repeat;
    background-size: 100% 100%;
}
.rightfun .zixunweixinimg{
    display: block;
    width:20px;
    height: 20px;
    background: url(../images/zixunweixin.png) center no-repeat;
    background-size: 100% 100%;
}
.rightfun .zixunerweimaimg{
    display: block;
    width:20px;
    height: 20px;
    background: url(../images/zixunerweima.png) center no-repeat;
    background-size: 100% 100%;
}

.rightfun .zixunqq:hover .zixunqqimg{
    background: url(../images/zixunqq1.png) center no-repeat;
    background-size: 100% 100%;
}
.rightfun .zixunphone:hover .zixunphoneimg{
    background: url(../images/zixunphone1.png) center no-repeat;
    background-size: 100% 100%;
}
.rightfun .zixunweixin:hover .zixunweixinimg{
    background: url(../images/zixunweixin1.png) center no-repeat;
    background-size: 100% 100%;
}
.rightfun .zixunerweima:hover .zixunerweimaimg{
    background: url(../images/zixunerweima1.png) center no-repeat;
    background-size: 100% 100%;
}

/* 网站地图 手机导航*/
.website-map{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    background: rgba(0,0,0,0.65);
    display: none;
}
.website-map .maplist{
    width: 90%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.website-map .maplist .maptitle{
    width: 100%;
    height: 50px;
    background: #0061AE;
    line-height: 50px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.website-map .maplist .maptitle .mapclose{
    width: 16px;
    height: 16px;
    display: block;
}
.website-map .maplist .mapcon{
    overflow-y: auto;
    padding: 4px 20px 30px 20px;
    box-sizing: border-box;
    height: calc(100vh - 74px);     
    display: block !important;
}
.website-map .maplist .mapcon .mapa{
    display: flex;
    flex-wrap: wrap;
}
.website-map .maplist .mapcon .mapa a{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
    flex: inherit;
    margin-right: 10px;
}
.website-map .maplist .mapcon .mapname{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0061AE;
    line-height: 26px;
    margin-top: 16px;
}
.website-map .maplist .mapcon .mapname a{ 
    color: #0061AE;
}
.website-map .maplist .mapcon .mapname .colorred{
    color: #F54336;
}
/* .website-map .maplist .mapcon .erweima{
    margin-top: 40px;
    text-align: center;
    width: 100%;
}
.website-map .maplist .mapcon .erweima img{
    width:94px;
    height: 94px;
    display: block;
    margin: auto;
}
.website-map .maplist .mapcon .erweima p{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
} */

/* 回到顶部 */
.topsrcoll{
    position: fixed;
    bottom: 300px;
    right: 0;
    z-index: 100;
    width: 48px;
    height: 48px;                      
    display: none;
}

.xiaoyu>a{
    width: 60px;
    height: 60px;
    text-align: center;
    display: inline-block;
    line-height: 60px;
}
.xiaoyu>a>i{
    display: inline-block;
    width: 60px;
    height: 60px;
    color: #8e8d8e;
    font-size: 25px;
    /*background: url(../images/xiaoyu.png) 0 0 no-repeat;*/
    /*background: url(../images/shipin.png) 0 0 no-repeat;*/
    background-size: 100% 100%;
}
.xiaoyu>a>i:hover{
    color: #f8f7fa;
}

.xiaoyushow{
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
    z-index: 9999999;
}
.xiaoyushow #root{
    width: 100%;
}
.xiaoyushow #root .container{
    width: 100% !important;
    padding: 0 !important;
}
.xiaoyushow #root .container #meeting{
    display: none;
}
.xiaoyushow #root .container #meetingPassword{
    display: none;
}
.xiaoyushow #root .ptitle{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #ddd;
    text-align: center;
}
.ant-message{
    z-index: 999999999;
}

.xiaoyushow .vclose{
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    top:0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
}
.xiaoyushow .vclose i{
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../images/x.png) 0 0 no-repeat;
    background-size: 100% 100%;
    margin-top:15px;
    margin-left:15px;
}
.kefuclass{
    margin: 0 10px !important;
}
#meetingName{
    display: none !important;
}
.ant-form-item{
    height: 0 !important;
}
/* .xiaoyushow{
    display: block !important;
} */
.login .sub-title{
    display: none !important;
}
.login .setting{
    display: none;
}
.login .ant-form-item-control-input{
    display: none;
}


@media screen and (max-width: 1600px){
    header{
        width: 100%;
    }
    header .nav{
        position: relative;
        width: 1280px;
        height: 100%;
        margin: auto;
        height: 74px;
    }
    header>div{
        display: flex;
        justify-content: space-between;
        
    }
    header .logo{
        margin: 22px  0 0  0;
    }
    header .navcon{
        position: relative;
        bottom: 0;
        left: 0;
        height: 74px;
        line-height: 74px;
        width: auto;
        min-width: 1056px;
    }
    header .navcon ul li {
        padding: 0 14px;
    }
    /* header .navfun{
        height: 100%;
        align-items: center;
        display:flex;
        position: relative;
        top: 0;
        right: 0;
        height: 30px;
    } */
    header .navfun .sousuo{
	    width: auto;
	    height: auto;
	    background: transparent;
	    display:flex;
	    align-items: center;
	    justify-content: center;
	    border: none;
	    border-bottom: 1px solid #ddd;
	    border-radius: 15px;
	    margin-right: 0;
	}
	header .navfun .sousuo img{
	    width: 20px;
        height: 22px;
        display: block;
	}
	 header .navfun .sousuo input{
	    width: 150px;
	    height: 15px;
	    border: 0;
        display: none;
	}
    header .ishla{
        top: 74px;
    }
    header .navsearch{
        height: 74px;
    }
    header .navcon .btndiv .loginsucceed div{
        top: 54px;
    }
    
    
}
@media screen and (max-width: 1280px){
    header{
        width: 100%;
    }
    header .nav{
        position: relative;
        width: 1220px;
        height: 100%;
        margin: auto;
        height: 74px;
    }
    header .navcon{
        min-width: 1030px;
    }
     header .navfun .sousuo{
	    width: auto;
	    height: 30px;
	    background: transparent;
	    display:flex;
	    align-items: center;
	    justify-content: center;
	    border: none;
	    border-bottom: none;
	    border-radius: none;
	    margin-right: 0;
	}
	header .navfun .sousuo img{
	     width: 18px;
        height: 20px;
        display: block;
	}
	 header .navfun .sousuo input{
	    width: 150px;
	    height: 15px;
	    border: 0;
	    display: none;
	    
	}
    footer .footer{
        width: 1200px;
    }  
    .htmlcon{
        width: 1200px;
        min-width: 1200px;
        margin: auto;
    }
    .w1280{
        min-width: 1200px;
    }
    header .ishla>div{
        width: 1200px;
        min-width: 1200px;
        margin: auto;
    }
    .bgcnav>div{
        width: 1200px;
        min-width: 1200px;
        margin: auto;
    }
}

@media screen and (max-width: 1024px){
     /* 内容分页样式 */
  .enterprisenav{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction:column-reverse;
    margin: 20px 0 30px 0;
  }
  .enterprisenav>div:nth-child(1) a{
    display: inline-block;
    padding: 0 10px;
    height: 32px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #737373;
    line-height: 32px;
    text-align: center;
    margin-bottom: 10px;
  }
  .enterprisenav>div:nth-child(1) a:hover{
    background: #0061AE;
    color: #fff;
  }
  .enterprisenav>div:nth-child(1) .aact{
    background: #0061AE;
    color: #fff;
  }
  .enterprisenav>div:nth-child(1) text{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #737373;
    cursor: pointer;
    position: relative;
  }
  .enterprisenav>div:nth-child(1) text div{
    background: #333333;
    position: absolute;
    top: 32px;
    right: -57px;
    width: 134px;
    z-index: 3;
    text-align: center;
    border-radius: 5px;
    display: none;
  }
  .enterprisenav>div:nth-child(1) text div:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #333333;
    left: 50%;
    margin-left: -8px;
    top: -14px;
}
  .enterprisenav>div:nth-child(1) text div a{
    height: auto;
    background: #333333;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    line-height: 50px;

  }
  .enterprisenav>div:nth-child(1) text:hover div{
    display: block;
  }

 
  
  /* 面包屑样式 */
  .allcode{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .allcode a{
    color: #999999;
  }
  .allcode i{
    width: 3px;
    height: 5px;
    background: url(../images/shirightjian.png) center no-repeat;
    background-size: cover;
    display: inline-block;
    margin: 0 6px;
    vertical-align: middle;
  }
  .allcode .homeicon{
    width: 10px;
    height: 10px;
    display: inline-block;
  }
    /* 头部样式 */
    header{
        width: 100%;
        position: relative;
        z-index: 10000;
        background-color: #fff;
        box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
    }
    .headerfixed{
        position: fixed !important;
        top: 0;
        left: 0;
    }
    header>div{
        display: flex;
        justify-content: space-between;
    }
    header .nav{
        height: 50px;
        width: 100%;
    }
    header .logo{
        width: auto;
        height: auto;
        margin: 10px 0 0 10px;
    }
    header .logo img{
        width: auto;
        height: 30px;
        display: block;
    }
    header .navcon{
        display: none;
    }
   
    header .navfun{
        height: 100%;
        align-items: center;
        display:flex;
        margin-right: 10px
    }
    /*header .navfun .sousuo{*/
    /*    width: 30px;*/
    /*    height: 30px;*/
    /*    background: transparent;*/
    /*    display:flex;*/
    /*    align-items: center;*/
    /*    justify-content: center;*/
    /*}*/
    /*header .navfun .sousuo img{*/
    /*    width: 13px;*/
    /*    height: 14px;*/
    /*    display: block;*/
    /*}*/
    header .navfun .sousuo{
	    width: 30px;
	    height: 30px;
	    background: transparent;
	    display:flex;
	    align-items: center;
	    justify-content: center;
	    border: none;
	    border-bottom: none;
	    border-radius: none;
	    margin-right: 0;
	}
	header .navfun .sousuo img{
	     width: 11.5px;
        height: 12px;
        display: block;
	}
	 header .navfun .sousuo input{
	    width: 150px;
	    height: 15px;
	    border: 0;
	    display: none;
	    
	}
    header .navfun .navbtn{
        width: 30px;
        height: 30px;
        background: #0061AE;
        display:flex;
        align-items: center;
        justify-content: center;
        border-left: 1px solid #fff;
    }
    header .navfun .navbtn img{
        width: 13px;
        height: 10px;
        display: block;
    }

    header .ishla{
        width: 100%;
        background: #F7F9FA;
        display: none;
        position: fixed;
        top: 74px;
        left: 0;
        z-index: 10000;
    }
    header .ishla>div{
        width: 1280px;
        margin: 0 auto;
        padding: 55px 0;
        display: flex;
        justify-content: space-between;
    }
    header .ishla .divflex{
        display: flex;
    }
    header .ishla>div>div:nth-child(1){
        width: 672px;
    }
    header .ishla .h1{
        font-size: 24px;
        font-family: MicrosoftYaHeiSemibold;
        font-weight: 400;
        color: #333333;
        line-height: 48px;
    }
    header .ishla .hlacon{
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        line-height: 26px;
        margin: 8px 0 10px 0;
    }
    header .ishla .hlaa{
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap:wrap;
        height: 108px;
    }
    header .ishla .hlaa a{
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        line-height: 36px;
    }
    header .ishla .hlaa1{
        height: auto;
    }
    header .ishla .hlaa2{
        height: auto;
    }
    header .navcon ul li:hover .ishla{
        display: block;
    }

    header .navsearch{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background: #0061AE;
        display: none;
    }
    header .navsearch>div:nth-child(1){
        width:90%;
        height: 100%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    header .navsearch>div:nth-child(1) .close-navsearch{
        width: 16px;
        height: 16px;
        display: block;
    }
    header .navsearch>div:nth-child(1) input{
        display: block;
        padding: 0 20px;
        border: 0;
        border-left: 1px solid #fff;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        width: 70%;
        background: transparent;
    }
    header .navsearch>div:nth-child(1) input::-webkit-input-placeholder{
        color: #fff;
    }
    header .navsearch>div:nth-child(1) .gosearch{
        display: block;
        width: 16px;
        height: 17px;
    }
    header .navsearch>div:nth-child(2){
        margin: auto;
        width: 100%;
        background: #fff;
        display: none;
    }
    header .navsearch>div:nth-child(2) a{
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #BFBFBF;
        line-height: 42px;
        padding: 0 24px;
    }
    header .navsearch>div:nth-child(2) p{
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        line-height: 42px;
        padding: 0 24px;
    }
    header .navsearch>div:nth-child(2) p:hover{
        background: #EDEDED;
    }

  
    
    /* 底部样式 */
    footer{
        padding: 30px 0 10px 0;
    }
    footer .footer{
        width: 96%;
    }   
    footer .footer .topcon{
        display: block;
    }
    footer .footer .topcon>div:nth-child(1){
        display: none;
    }
    footer .footer .topcon>div:nth-child(2){
        width: 100%;
    }
    footer .footer .topcon>div:nth-child(2) .ftitle{
        display: none;
    }
    footer .footer .topcon>div:nth-child(2) .footererweima{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        display: none;
    }
    footer .footer .topcon>div:nth-child(2) .fphone{
        font-size: 18px;
    }
    footer .footer .topcon>div:nth-child(2) .fdizhi{
        font-size: 12px;
    }
    footer .footer .topcon>div:nth-child(2) .footerlogo{
        display: none;
    }
    footer .footer .topcon>div:nth-child(2) .footererweima .fuma{
        display: none;
    }
    footer .footer .topcon>div:nth-child(2) .footerxian{
        display: none;
    }
  
    footer .footer .btm{
        font-size: 12px;
        text-align: center;
        margin-top: 0;
        display: block;
    }
    footer .footer .btm a{
        color: #999999;
    }
    footer .footer .btm .fmore{
        display: none;
    }

    .htmlcon{
        width: 96%;
        min-width: 96%;
        margin: auto;
    }
    .w1280{
        min-width: 100%;
    }
    header .ishla>div{
        width: 96%;
        min-width: 96%;
        margin: auto;
    }
    .bgcnav>div{
        width: 96%;
        min-width: 96%;
        margin: auto;
    }
    .rightfun{
        display: none;
    }
    .topsrcoll {
        position: fixed;
        bottom: 100px;
        right: 0;
        z-index: 100;
        width: 30px;
        height: 30px;
        display: none;
    }

    .bgcnav{
        width: 100%;
        height: 300px;
        background: url(../images/backgroundnav1.png) center no-repeat;
        position: relative;
        display: block;
      }
      .bgcnav>div .bgcnavt1{
        font-size: 24px;
        font-family: MicrosoftYaHeiSemibold;
        font-weight: 400;
        color: #4D4D4D;
        line-height: 26px;
        padding-top: 87px;
      }
      .bgcnav>div .bgcnavt2{
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #4D4D4D;
        line-height: 28px;
        margin-top: 12px;
      }
      .bgcnav>div .bgcnavt3{
        width: 32px;
        height: 2px;
        background: #0061AE;
        margin-top: 27px;
      }
      .bgcnav>div .bgcnavt4{
        width: 105px;
        height: 26px;
        margin-top: 24px;
      }
      .bgcnav>div .bgcnavt4 img{
        width: 100%;
        height: 100%;
        display: block;
      }
      .bgcnav>div .bgcnavt5{
        font-size: 16px;
        font-family: HelveticaNeueLTPro;
        font-weight: normal;
        color: #4D4D4D;
        line-height: 28px;
      }
      .bgcnav>div .bgcnavt6{
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #4D4D4D;
        line-height: 24px;
      }
      .bgcnav>div .bgcnavt7{
        width: 32px;
        height: 3px;
        background: #4D4D4D;
        margin: 29px 0 24px 0;
      }
      

}

@media screen and (max-width: 767px){
    .bgcnav{
        width: 100%;
        height: 100px;
        background: url(../images/backgroundnav1.png) center no-repeat;
        background-size: cover;
        position: relative;
        display: block;
      }
      .bgcnav>div{
          display: none;
      }
    /* 内容分页样式 */
  .enterprisenav{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction:column-reverse;
    margin: 20px 0 20px 0;
  }
  .enterprisenav>div:nth-child(1) a{
    display: inline-block;
    padding: 0 10px;
    height: 32px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #737373;
    line-height: 32px;
    text-align: center;
  }
  .enterprisenav>div:nth-child(1) a:hover{
    background: #0061AE;
    color: #fff;
  }
  .enterprisenav>div:nth-child(1) .aact{
    background: #0061AE;
    color: #fff;
  }
  .enterprisenav>div:nth-child(1) text{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #737373;
    cursor: pointer;
    position: relative;
  }
  .enterprisenav>div:nth-child(1) text div{
    background: #333333;
    position: absolute;
    top: 32px;
    right: -57px;
    width: 134px;
    z-index: 3;
    text-align: center;
    border-radius: 5px;
    display: none;
  }
  .enterprisenav>div:nth-child(1) text div:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #333333;
    left: 50%;
    margin-left: -8px;
    top: -14px;
}
  .enterprisenav>div:nth-child(1) text div a{
    height: auto;
    background: #333333;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    line-height: 50px;

  }
  .enterprisenav>div:nth-child(1) text:hover div{
    display: block;
  }


  footer .footer .topcon>div:nth-child(2) .footerlogo{
    display: none;
  }
  
  /* 面包屑样式 */
  .allcode{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 32px;
    display: none;
  }
  .allcode a{
    color: #999999;
  }
  .allcode i{
    width: 3px;
    height: 5px;
    background: url(../images/shirightjian.png) center no-repeat;
    background-size: cover;
    display: inline-block;
    margin: 0 6px;
    vertical-align: middle;
  }
  .allcode .homeicon{
    width: 10px;
    height: 10px;
    display: inline-block;
  }
    /* 分页 */
    .page{
        margin: 40px 0 60px 0;
        text-align: center;
    }
    .page .pagea{
        padding:10px;
        height: auto;
        text-align: center;
        line-height: 5px;
        background: #FFFFFF;
        border: 1px solid #E6E6E6;
        margin: 0 2px;
        display: inline-block;
        font-size: 14px;
        font-family: Arial;
        font-weight: 400;
        color: #999999;
    }
    .page .pageactive{
        color: #fff;
        background: #0061AE;
        border: 0;
    }

}